home *** CD-ROM | disk | FTP | other *** search
- object DateOrTime: TDateOrTime
- Left = 415
- Top = 118
- BorderStyle = bsDialog
- ClientHeight = 362
- ClientWidth = 427
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnPaint = FormPaint
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 19
- object Bevel1: TBevel
- Left = 8
- Top = 4
- Width = 413
- Height = 309
- Style = bsRaised
- end
- object TitleLabel: TLabel
- Left = 16
- Top = 12
- Width = 397
- Height = 29
- Alignment = taCenter
- AutoSize = False
- Caption = 'Select Date Format'
- Font.Color = clBlack
- Font.Height = -20
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object TheFormat: TListBox
- Left = 12
- Top = 44
- Width = 405
- Height = 237
- ItemHeight = 50
- Style = lbOwnerDrawFixed
- TabOrder = 0
- OnDrawItem = TheFormatDrawItem
- end
- object OkButton: TBitBtn
- Left = 80
- Top = 320
- Width = 121
- Height = 33
- Caption = '&Ok'
- TabOrder = 1
- OnClick = OkButtonClick
- end
- object CancelButton: TBitBtn
- Left = 236
- Top = 320
- Width = 121
- Height = 33
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = CancelButtonClick
- end
- object Suppress: TCheckBox
- Left = 16
- Top = 288
- Width = 273
- Height = 21
- Caption = 'Do not show leading zeros'
- TabOrder = 3
- end
- end
-